Home
last modified time | relevance | path

Searched refs:current (Results 1 - 9 of 9) sorted by relevance

/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H A Dinit-sdk.sh60 local current="";
63 current=$1;
64 helperKey=${current#*--};
67 helperValue=${current#*=};
68 if [ "$helperValue" == "$current" ]; then
H A Dupdate-sdk.sh68 local current="";
71 current=$1;
72 helperKey=${current#*--};
75 helperValue=${current#*=};
76 if [ "$helperValue" == "$current" ]; then
H A Dcompile-ohpm-ci.sh69 local current="";
72 current=$1;
73 helperKey=${current#*--};
76 helperValue=${current#*=};
77 if [ "$helperValue" == "$current" ]; then
H A Dcompile-ut-ohpm.sh82 local current="";
85 current=$1;
86 helperKey=${current#*--};
89 helperValue=${current#*=};
90 if [ "$helperValue" == "$current" ]; then
/applications/standard/app_samples/code/SuperFeature/Widget/FormGame/entry/src/main/cpp/
H A Dnapi_info_util.cpp47 auto current = time(nullptr); in NAPI_GetRandomNumber() local
48 if (current < 0) { in NAPI_GetRandomNumber()
49 current = 0; in NAPI_GetRandomNumber()
51 srand(current); in NAPI_GetRandomNumber()
/applications/standard/hap/
H A Dbuild.sh99 local current="";
102 current=$1;
103 helperKey=${current#*--};
106 helperValue=${current#*=};
107 if [ "$helperValue" == "$current" ]; then
/applications/standard/app_samples/code/Project/HapBuild/test-tool/
H A DInstallAndTestSpecial_ci.py166 current = "-1"
171 if line and "current" in line:
174 current = "0"
176 current = nums[0]
179 f"hdc shell snapshot_display -f /data/snapshot/{bundle}_{current}.jpeg")
/applications/sample/wifi-iot/app/samgr/
H A Dbroadcast_example.c47 static BOOL Equal(const Consumer *current, const Consumer *other) in Equal() argument
49 return (current->Notify == other->Notify); in Equal()
/applications/standard/contacts_data/test/unittest/src/
H A Dcalllogability_test.cpp345 // update database current data in HWTEST_F()
465 int current = 4; in HWTEST_F() local
469 EXPECT_EQ(current, rowCount); in HWTEST_F()

Completed in 10 milliseconds